home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Pitch Class Set / pcs-sub-prime-form < prev    next >
Text File  |  1998-08-11  |  1KB  |  23 lines

  1. pcs-sub-prime-form type set-low set-high set 
  2.  
  3. type - :fn :integer :vector :symbol :pitch
  4.  
  5. Allen Forte's unique notation system commonly known as Forte Notation has come to be recognised as one of the most successful attempts at providing a means of describing and analysing musical pitch structures that defy interpretation as tonal or 12-note serial systems. Thus, Forte's system is equally at home describing Ives and Stravinsky as it is Schoenberg and Webern.
  6.  
  7. Such a system able to deal with intervallic relationships from pitch class extrapolations of material has a potential within SCOM to be itself a generator of pitch series.
  8.  
  9. (pcs-sub-prime-form :integer 3 3 '(11 0 5 6))
  10. => ((0 1 6) (0 5 6))
  11.  
  12. (pcs-sub-prime-form :fn 3 3 '(11 0 5 6))
  13. => 3-5
  14.  
  15. (pcs-sub-prime-form :fn 3 3 '(10 1 3 4))
  16. => (3-7 3-10 3-5 3-2)
  17.  
  18. (pcs-sub-prime-form :vector 3 3 '(10 1 3 4))
  19. => ((0 1 1 0 1 0) (0 0 2 0 0 1) (1 0 0 0 1 1) (1 1 1 0 0 0))
  20.  
  21. (pcs-sub-prime-form :fn 4 4 '((10 11 1 3 4) (10 0 1 3 4)))
  22. => ((4-8 4-13 4-11) (4-10 4-12 4-z15 4-13 4-3))
  23.